[INFO] fetching crate facet-asn1-legacy 0.36.0...
[INFO] fixing facet-asn1-legacy-0.36.0 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate facet-asn1-legacy 0.36.0 into /workspace/builds/worker-5-tc1/source
[INFO] started tweaking crates.io crate facet-asn1-legacy 0.36.0
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate facet-asn1-legacy 0.36.0
[INFO] tweaked toml for crates.io crate facet-asn1-legacy 0.36.0 written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate facet-asn1-legacy 0.36.0 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate facet-asn1-legacy 0.36.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded impls v1.0.3
[INFO] [stderr]   Downloaded facet-core v0.36.0
[INFO] [stderr]   Downloaded facet-reflect v0.36.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] bdea433fa6ee07b99557ce9494eb4b0816fb865054031e4e0a518860b05150f7
[INFO] running `Command { std: "docker" "start" "bdea433fa6ee07b99557ce9494eb4b0816fb865054031e4e0a518860b05150f7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "bdea433fa6ee07b99557ce9494eb4b0816fb865054031e4e0a518860b05150f7" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "bdea433fa6ee07b99557ce9494eb4b0816fb865054031e4e0a518860b05150f7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "bdea433fa6ee07b99557ce9494eb4b0816fb865054031e4e0a518860b05150f7" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling rustix v1.1.3
[INFO] [stderr]    Compiling owo-colors v4.2.3
[INFO] [stderr]     Checking is_ci v1.2.0
[INFO] [stderr]     Checking unicode-linebreak v0.1.5
[INFO] [stderr]     Checking impls v1.0.3
[INFO] [stderr]    Compiling facet-core v0.36.0
[INFO] [stderr]     Checking supports-hyperlinks v3.2.0
[INFO] [stderr]     Checking supports-unicode v3.0.0
[INFO] [stderr]     Checking supports-color v3.0.2
[INFO] [stderr]     Checking textwrap v0.16.2
[INFO] [stderr]     Checking terminal_size v0.4.3
[INFO] [stderr]     Checking miette v7.6.0
[INFO] [stderr]     Checking facet-reflect v0.36.0
[INFO] [stderr]     Checking facet-asn1-legacy v0.36.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved import `facet`
[INFO] [stdout]  --> tests/mod.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use facet::Facet;
[INFO] [stdout]   |     ^^^^^ use of unresolved module or unlinked crate `facet`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `facet`, use `cargo add facet` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `facet_testhelpers`
[INFO] [stdout]  --> tests/mod.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use facet_testhelpers::test;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `facet_testhelpers`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `facet_testhelpers`, use `cargo add facet_testhelpers` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `facet` in this scope
[INFO] [stdout]    --> tests/mod.rs:164:3
[INFO] [stdout]     |
[INFO] [stdout] 164 | #[facet(type_tag = "5")]
[INFO] [stdout]     |   ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `facet` in this scope
[INFO] [stdout]    --> tests/mod.rs:159:3
[INFO] [stdout]     |
[INFO] [stdout] 159 | #[facet(type_tag = "5", transparent)]
[INFO] [stdout]     |   ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `facet` in this scope
[INFO] [stdout]   --> tests/mod.rs:66:3
[INFO] [stdout]    |
[INFO] [stdout] 66 | #[facet(type_tag = "1", transparent)]
[INFO] [stdout]    |   ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `facet` in this scope
[INFO] [stdout]   --> tests/mod.rs:56:3
[INFO] [stdout]    |
[INFO] [stdout] 56 | #[facet(type_tag = "0", transparent)]
[INFO] [stdout]    |   ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `facet` in this scope
[INFO] [stdout]  --> tests/mod.rs:6:3
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[facet(type_tag = "IA5String", transparent)]
[INFO] [stdout]   |   ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `FooQuestion: facet_core::Facet<'_>` is not satisfied
[INFO] [stdout]    --> tests/mod.rs:31:33
[INFO] [stdout]     |
[INFO] [stdout]  31 |     let question: FooQuestion = deserialize_der(&der).unwrap();
[INFO] [stdout]     |                                 ^^^^^^^^^^^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]     |
[INFO] [stdout] help: the trait `facet_core::Facet<'_>` is not implemented for `FooQuestion`
[INFO] [stdout]    --> tests/mod.rs:20:1
[INFO] [stdout]     |
[INFO] [stdout]  20 | struct FooQuestion {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: the following other types implement trait `facet_core::Facet<'facet>`:
[INFO] [stdout]               `&'a T` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `&'a mut T` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `()` implements `facet_core::Facet<'_>`
[INFO] [stdout]               `(T0, T1)` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `(T0, T1, T2)` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `(T0, T1, T2, T3)` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `(T0,)` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `*const T` implements `facet_core::Facet<'a>`
[INFO] [stdout]             and 88 others
[INFO] [stdout] note: required by a bound in `deserialize_der`
[INFO] [stdout]    --> src/lib.rs:988:31
[INFO] [stdout]     |
[INFO] [stdout] 988 | pub fn deserialize_der<'f, F: facet_core::Facet<'f>>(input: &[u8]) -> Result<F, Asn1DeserError> {
[INFO] [stdout]     |                               ^^^^^^^^^^^^^^^^^^^^^ required by this bound in `deserialize_der`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `FooQuestion: facet_core::Facet<'_>` is not satisfied
[INFO] [stdout]    --> tests/mod.rs:47:26
[INFO] [stdout]     |
[INFO] [stdout]  47 |     let der = to_vec_der(&question).unwrap();
[INFO] [stdout]     |               ---------- ^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]     |               |
[INFO] [stdout]     |               required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout] help: the trait `facet_core::Facet<'_>` is not implemented for `FooQuestion`
[INFO] [stdout]    --> tests/mod.rs:20:1
[INFO] [stdout]     |
[INFO] [stdout]  20 | struct FooQuestion {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: the following other types implement trait `facet_core::Facet<'facet>`:
[INFO] [stdout]               `&'a T` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `&'a mut T` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `()` implements `facet_core::Facet<'_>`
[INFO] [stdout]               `(T0, T1)` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `(T0, T1, T2)` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `(T0, T1, T2, T3)` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `(T0,)` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `*const T` implements `facet_core::Facet<'a>`
[INFO] [stdout]             and 88 others
[INFO] [stdout] note: required by a bound in `to_vec_der`
[INFO] [stdout]    --> src/lib.rs:171:26
[INFO] [stdout]     |
[INFO] [stdout] 171 | pub fn to_vec_der<'f, F: Facet<'f>>(value: &'f F) -> Result<Vec<u8>, Asn1SerError> {
[INFO] [stdout]     |                          ^^^^^^^^^ required by this bound in `to_vec_der`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Point: facet_core::Facet<'_>` is not satisfied
[INFO] [stdout]    --> tests/mod.rs:88:24
[INFO] [stdout]     |
[INFO] [stdout]  88 |     let point: Point = deserialize_der(&der).unwrap();
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]     |
[INFO] [stdout] help: the trait `facet_core::Facet<'_>` is not implemented for `Point`
[INFO] [stdout]    --> tests/mod.rs:80:1
[INFO] [stdout]     |
[INFO] [stdout]  80 | struct Point {
[INFO] [stdout]     | ^^^^^^^^^^^^
[INFO] [stdout]     = help: the following other types implement trait `facet_core::Facet<'facet>`:
[INFO] [stdout]               `&'a T` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `&'a mut T` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `()` implements `facet_core::Facet<'_>`
[INFO] [stdout]               `(T0, T1)` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `(T0, T1, T2)` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `(T0, T1, T2, T3)` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `(T0,)` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `*const T` implements `facet_core::Facet<'a>`
[INFO] [stdout]             and 88 others
[INFO] [stdout] note: required by a bound in `deserialize_der`
[INFO] [stdout]    --> src/lib.rs:988:31
[INFO] [stdout]     |
[INFO] [stdout] 988 | pub fn deserialize_der<'f, F: facet_core::Facet<'f>>(input: &[u8]) -> Result<F, Asn1DeserError> {
[INFO] [stdout]     |                               ^^^^^^^^^^^^^^^^^^^^^ required by this bound in `deserialize_der`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Point: facet_core::Facet<'_>` is not satisfied
[INFO] [stdout]    --> tests/mod.rs:101:24
[INFO] [stdout]     |
[INFO] [stdout] 101 |     let point: Point = deserialize_der(&der).unwrap();
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]     |
[INFO] [stdout] help: the trait `facet_core::Facet<'_>` is not implemented for `Point`
[INFO] [stdout]    --> tests/mod.rs:80:1
[INFO] [stdout]     |
[INFO] [stdout]  80 | struct Point {
[INFO] [stdout]     | ^^^^^^^^^^^^
[INFO] [stdout]     = help: the following other types implement trait `facet_core::Facet<'facet>`:
[INFO] [stdout]               `&'a T` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `&'a mut T` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `()` implements `facet_core::Facet<'_>`
[INFO] [stdout]               `(T0, T1)` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `(T0, T1, T2)` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `(T0, T1, T2, T3)` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `(T0,)` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `*const T` implements `facet_core::Facet<'a>`
[INFO] [stdout]             and 88 others
[INFO] [stdout] note: required by a bound in `deserialize_der`
[INFO] [stdout]    --> src/lib.rs:988:31
[INFO] [stdout]     |
[INFO] [stdout] 988 | pub fn deserialize_der<'f, F: facet_core::Facet<'f>>(input: &[u8]) -> Result<F, Asn1DeserError> {
[INFO] [stdout]     |                               ^^^^^^^^^^^^^^^^^^^^^ required by this bound in `deserialize_der`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Point: facet_core::Facet<'_>` is not satisfied
[INFO] [stdout]    --> tests/mod.rs:114:24
[INFO] [stdout]     |
[INFO] [stdout] 114 |     let point: Point = deserialize_der(&der).unwrap();
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]     |
[INFO] [stdout] help: the trait `facet_core::Facet<'_>` is not implemented for `Point`
[INFO] [stdout]    --> tests/mod.rs:80:1
[INFO] [stdout]     |
[INFO] [stdout]  80 | struct Point {
[INFO] [stdout]     | ^^^^^^^^^^^^
[INFO] [stdout]     = help: the following other types implement trait `facet_core::Facet<'facet>`:
[INFO] [stdout]               `&'a T` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `&'a mut T` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `()` implements `facet_core::Facet<'_>`
[INFO] [stdout]               `(T0, T1)` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `(T0, T1, T2)` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `(T0, T1, T2, T3)` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `(T0,)` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `*const T` implements `facet_core::Facet<'a>`
[INFO] [stdout]             and 88 others
[INFO] [stdout] note: required by a bound in `deserialize_der`
[INFO] [stdout]    --> src/lib.rs:988:31
[INFO] [stdout]     |
[INFO] [stdout] 988 | pub fn deserialize_der<'f, F: facet_core::Facet<'f>>(input: &[u8]) -> Result<F, Asn1DeserError> {
[INFO] [stdout]     |                               ^^^^^^^^^^^^^^^^^^^^^ required by this bound in `deserialize_der`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Point: facet_core::Facet<'_>` is not satisfied
[INFO] [stdout]    --> tests/mod.rs:130:26
[INFO] [stdout]     |
[INFO] [stdout] 130 |     let der = to_vec_der(&point).unwrap();
[INFO] [stdout]     |               ---------- ^^^^^^ unsatisfied trait bound
[INFO] [stdout]     |               |
[INFO] [stdout]     |               required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout] help: the trait `facet_core::Facet<'_>` is not implemented for `Point`
[INFO] [stdout]    --> tests/mod.rs:80:1
[INFO] [stdout]     |
[INFO] [stdout]  80 | struct Point {
[INFO] [stdout]     | ^^^^^^^^^^^^
[INFO] [stdout]     = help: the following other types implement trait `facet_core::Facet<'facet>`:
[INFO] [stdout]               `&'a T` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `&'a mut T` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `()` implements `facet_core::Facet<'_>`
[INFO] [stdout]               `(T0, T1)` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `(T0, T1, T2)` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `(T0, T1, T2, T3)` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `(T0,)` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `*const T` implements `facet_core::Facet<'a>`
[INFO] [stdout]             and 88 others
[INFO] [stdout] note: required by a bound in `to_vec_der`
[INFO] [stdout]    --> src/lib.rs:171:26
[INFO] [stdout]     |
[INFO] [stdout] 171 | pub fn to_vec_der<'f, F: Facet<'f>>(value: &'f F) -> Result<Vec<u8>, Asn1SerError> {
[INFO] [stdout]     |                          ^^^^^^^^^ required by this bound in `to_vec_der`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Point: facet_core::Facet<'_>` is not satisfied
[INFO] [stdout]    --> tests/mod.rs:141:26
[INFO] [stdout]     |
[INFO] [stdout] 141 |     let der = to_vec_der(&point).unwrap();
[INFO] [stdout]     |               ---------- ^^^^^^ unsatisfied trait bound
[INFO] [stdout]     |               |
[INFO] [stdout]     |               required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout] help: the trait `facet_core::Facet<'_>` is not implemented for `Point`
[INFO] [stdout]    --> tests/mod.rs:80:1
[INFO] [stdout]     |
[INFO] [stdout]  80 | struct Point {
[INFO] [stdout]     | ^^^^^^^^^^^^
[INFO] [stdout]     = help: the following other types implement trait `facet_core::Facet<'facet>`:
[INFO] [stdout]               `&'a T` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `&'a mut T` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `()` implements `facet_core::Facet<'_>`
[INFO] [stdout]               `(T0, T1)` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `(T0, T1, T2)` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `(T0, T1, T2, T3)` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `(T0,)` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `*const T` implements `facet_core::Facet<'a>`
[INFO] [stdout]             and 88 others
[INFO] [stdout] note: required by a bound in `to_vec_der`
[INFO] [stdout]    --> src/lib.rs:171:26
[INFO] [stdout]     |
[INFO] [stdout] 171 | pub fn to_vec_der<'f, F: Facet<'f>>(value: &'f F) -> Result<Vec<u8>, Asn1SerError> {
[INFO] [stdout]     |                          ^^^^^^^^^ required by this bound in `to_vec_der`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Point: facet_core::Facet<'_>` is not satisfied
[INFO] [stdout]    --> tests/mod.rs:152:26
[INFO] [stdout]     |
[INFO] [stdout] 152 |     let der = to_vec_der(&point).unwrap();
[INFO] [stdout]     |               ---------- ^^^^^^ unsatisfied trait bound
[INFO] [stdout]     |               |
[INFO] [stdout]     |               required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout] help: the trait `facet_core::Facet<'_>` is not implemented for `Point`
[INFO] [stdout]    --> tests/mod.rs:80:1
[INFO] [stdout]     |
[INFO] [stdout]  80 | struct Point {
[INFO] [stdout]     | ^^^^^^^^^^^^
[INFO] [stdout]     = help: the following other types implement trait `facet_core::Facet<'facet>`:
[INFO] [stdout]               `&'a T` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `&'a mut T` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `()` implements `facet_core::Facet<'_>`
[INFO] [stdout]               `(T0, T1)` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `(T0, T1, T2)` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `(T0, T1, T2, T3)` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `(T0,)` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `*const T` implements `facet_core::Facet<'a>`
[INFO] [stdout]             and 88 others
[INFO] [stdout] note: required by a bound in `to_vec_der`
[INFO] [stdout]    --> src/lib.rs:171:26
[INFO] [stdout]     |
[INFO] [stdout] 171 | pub fn to_vec_der<'f, F: Facet<'f>>(value: &'f F) -> Result<Vec<u8>, Asn1SerError> {
[INFO] [stdout]     |                          ^^^^^^^^^ required by this bound in `to_vec_der`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `ImplicitString: facet_core::Facet<'_>` is not satisfied
[INFO] [stdout]    --> tests/mod.rs:170:43
[INFO] [stdout]     |
[INFO] [stdout] 170 |     let implicit_string: ImplicitString = deserialize_der(&der).unwrap();
[INFO] [stdout]     |                                           ^^^^^^^^^^^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]     |
[INFO] [stdout] help: the trait `facet_core::Facet<'_>` is not implemented for `ImplicitString`
[INFO] [stdout]    --> tests/mod.rs:160:1
[INFO] [stdout]     |
[INFO] [stdout] 160 | struct ImplicitString(String);
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: the following other types implement trait `facet_core::Facet<'facet>`:
[INFO] [stdout]               `&'a T` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `&'a mut T` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `()` implements `facet_core::Facet<'_>`
[INFO] [stdout]               `(T0, T1)` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `(T0, T1, T2)` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `(T0, T1, T2, T3)` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `(T0,)` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `*const T` implements `facet_core::Facet<'a>`
[INFO] [stdout]             and 88 others
[INFO] [stdout] note: required by a bound in `deserialize_der`
[INFO] [stdout]    --> src/lib.rs:988:31
[INFO] [stdout]     |
[INFO] [stdout] 988 | pub fn deserialize_der<'f, F: facet_core::Facet<'f>>(input: &[u8]) -> Result<F, Asn1DeserError> {
[INFO] [stdout]     |                               ^^^^^^^^^^^^^^^^^^^^^ required by this bound in `deserialize_der`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `ImplicitString: facet_core::Facet<'_>` is not satisfied
[INFO] [stdout]    --> tests/mod.rs:177:26
[INFO] [stdout]     |
[INFO] [stdout] 177 |     let der = to_vec_der(&implicit_string).unwrap();
[INFO] [stdout]     |               ---------- ^^^^^^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]     |               |
[INFO] [stdout]     |               required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout] help: the trait `facet_core::Facet<'_>` is not implemented for `ImplicitString`
[INFO] [stdout]    --> tests/mod.rs:160:1
[INFO] [stdout]     |
[INFO] [stdout] 160 | struct ImplicitString(String);
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: the following other types implement trait `facet_core::Facet<'facet>`:
[INFO] [stdout]               `&'a T` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `&'a mut T` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `()` implements `facet_core::Facet<'_>`
[INFO] [stdout]               `(T0, T1)` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `(T0, T1, T2)` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `(T0, T1, T2, T3)` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `(T0,)` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `*const T` implements `facet_core::Facet<'a>`
[INFO] [stdout]             and 88 others
[INFO] [stdout] note: required by a bound in `to_vec_der`
[INFO] [stdout]    --> src/lib.rs:171:26
[INFO] [stdout]     |
[INFO] [stdout] 171 | pub fn to_vec_der<'f, F: Facet<'f>>(value: &'f F) -> Result<Vec<u8>, Asn1SerError> {
[INFO] [stdout]     |                          ^^^^^^^^^ required by this bound in `to_vec_der`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `ExplicitString: facet_core::Facet<'_>` is not satisfied
[INFO] [stdout]    --> tests/mod.rs:185:43
[INFO] [stdout]     |
[INFO] [stdout] 185 |     let explicit_string: ExplicitString = deserialize_der(&der).unwrap();
[INFO] [stdout]     |                                           ^^^^^^^^^^^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]     |
[INFO] [stdout] help: the trait `facet_core::Facet<'_>` is not implemented for `ExplicitString`
[INFO] [stdout]    --> tests/mod.rs:165:1
[INFO] [stdout]     |
[INFO] [stdout] 165 | struct ExplicitString(String);
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: the following other types implement trait `facet_core::Facet<'facet>`:
[INFO] [stdout]               `&'a T` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `&'a mut T` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `()` implements `facet_core::Facet<'_>`
[INFO] [stdout]               `(T0, T1)` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `(T0, T1, T2)` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `(T0, T1, T2, T3)` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `(T0,)` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `*const T` implements `facet_core::Facet<'a>`
[INFO] [stdout]             and 88 others
[INFO] [stdout] note: required by a bound in `deserialize_der`
[INFO] [stdout]    --> src/lib.rs:988:31
[INFO] [stdout]     |
[INFO] [stdout] 988 | pub fn deserialize_der<'f, F: facet_core::Facet<'f>>(input: &[u8]) -> Result<F, Asn1DeserError> {
[INFO] [stdout]     |                               ^^^^^^^^^^^^^^^^^^^^^ required by this bound in `deserialize_der`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `ExplicitString: facet_core::Facet<'_>` is not satisfied
[INFO] [stdout]    --> tests/mod.rs:192:26
[INFO] [stdout]     |
[INFO] [stdout] 192 |     let der = to_vec_der(&explicit_string).unwrap();
[INFO] [stdout]     |               ---------- ^^^^^^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]     |               |
[INFO] [stdout]     |               required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout] help: the trait `facet_core::Facet<'_>` is not implemented for `ExplicitString`
[INFO] [stdout]    --> tests/mod.rs:165:1
[INFO] [stdout]     |
[INFO] [stdout] 165 | struct ExplicitString(String);
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: the following other types implement trait `facet_core::Facet<'facet>`:
[INFO] [stdout]               `&'a T` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `&'a mut T` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `()` implements `facet_core::Facet<'_>`
[INFO] [stdout]               `(T0, T1)` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `(T0, T1, T2)` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `(T0, T1, T2, T3)` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `(T0,)` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `*const T` implements `facet_core::Facet<'a>`
[INFO] [stdout]             and 88 others
[INFO] [stdout] note: required by a bound in `to_vec_der`
[INFO] [stdout]    --> src/lib.rs:171:26
[INFO] [stdout]     |
[INFO] [stdout] 171 | pub fn to_vec_der<'f, F: Facet<'f>>(value: &'f F) -> Result<Vec<u8>, Asn1SerError> {
[INFO] [stdout]     |                          ^^^^^^^^^ required by this bound in `to_vec_der`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `NullStruct: facet_core::Facet<'_>` is not satisfied
[INFO] [stdout]    --> tests/mod.rs:204:35
[INFO] [stdout]     |
[INFO] [stdout] 204 |     let null_struct: NullStruct = deserialize_der(&der).unwrap();
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]     |
[INFO] [stdout] help: the trait `facet_core::Facet<'_>` is not implemented for `NullStruct`
[INFO] [stdout]    --> tests/mod.rs:199:1
[INFO] [stdout]     |
[INFO] [stdout] 199 | struct NullStruct;
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: the following other types implement trait `facet_core::Facet<'facet>`:
[INFO] [stdout]               `&'a T` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `&'a mut T` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `()` implements `facet_core::Facet<'_>`
[INFO] [stdout]               `(T0, T1)` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `(T0, T1, T2)` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `(T0, T1, T2, T3)` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `(T0,)` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `*const T` implements `facet_core::Facet<'a>`
[INFO] [stdout]             and 88 others
[INFO] [stdout] note: required by a bound in `deserialize_der`
[INFO] [stdout]    --> src/lib.rs:988:31
[INFO] [stdout]     |
[INFO] [stdout] 988 | pub fn deserialize_der<'f, F: facet_core::Facet<'f>>(input: &[u8]) -> Result<F, Asn1DeserError> {
[INFO] [stdout]     |                               ^^^^^^^^^^^^^^^^^^^^^ required by this bound in `deserialize_der`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `NullStruct: facet_core::Facet<'_>` is not satisfied
[INFO] [stdout]    --> tests/mod.rs:211:26
[INFO] [stdout]     |
[INFO] [stdout] 211 |     let der = to_vec_der(&null_struct).unwrap();
[INFO] [stdout]     |               ---------- ^^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]     |               |
[INFO] [stdout]     |               required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout] help: the trait `facet_core::Facet<'_>` is not implemented for `NullStruct`
[INFO] [stdout]    --> tests/mod.rs:199:1
[INFO] [stdout]     |
[INFO] [stdout] 199 | struct NullStruct;
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: the following other types implement trait `facet_core::Facet<'facet>`:
[INFO] [stdout]               `&'a T` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `&'a mut T` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `()` implements `facet_core::Facet<'_>`
[INFO] [stdout]               `(T0, T1)` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `(T0, T1, T2)` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `(T0, T1, T2, T3)` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `(T0,)` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `*const T` implements `facet_core::Facet<'a>`
[INFO] [stdout]             and 88 others
[INFO] [stdout] note: required by a bound in `to_vec_der`
[INFO] [stdout]    --> src/lib.rs:171:26
[INFO] [stdout]     |
[INFO] [stdout] 171 | pub fn to_vec_der<'f, F: Facet<'f>>(value: &'f F) -> Result<Vec<u8>, Asn1SerError> {
[INFO] [stdout]     |                          ^^^^^^^^^ required by this bound in `to_vec_der`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Division: facet_core::Facet<'_>` is not satisfied
[INFO] [stdout]    --> tests/mod.rs:253:30
[INFO] [stdout]     |
[INFO] [stdout] 253 |     let division: Division = deserialize_der(&der).unwrap();
[INFO] [stdout]     |                              ^^^^^^^^^^^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]     |
[INFO] [stdout] help: the trait `facet_core::Facet<'_>` is not implemented for `Division`
[INFO] [stdout]    --> tests/mod.rs:240:1
[INFO] [stdout]     |
[INFO] [stdout] 240 | enum Division {
[INFO] [stdout]     | ^^^^^^^^^^^^^
[INFO] [stdout]     = help: the following other types implement trait `facet_core::Facet<'facet>`:
[INFO] [stdout]               `&'a T` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `&'a mut T` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `()` implements `facet_core::Facet<'_>`
[INFO] [stdout]               `(T0, T1)` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `(T0, T1, T2)` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `(T0, T1, T2, T3)` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `(T0,)` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `*const T` implements `facet_core::Facet<'a>`
[INFO] [stdout]             and 88 others
[INFO] [stdout] note: required by a bound in `deserialize_der`
[INFO] [stdout]    --> src/lib.rs:988:31
[INFO] [stdout]     |
[INFO] [stdout] 988 | pub fn deserialize_der<'f, F: facet_core::Facet<'f>>(input: &[u8]) -> Result<F, Asn1DeserError> {
[INFO] [stdout]     |                               ^^^^^^^^^^^^^^^^^^^^^ required by this bound in `deserialize_der`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Division: facet_core::Facet<'_>` is not satisfied
[INFO] [stdout]    --> tests/mod.rs:269:26
[INFO] [stdout]     |
[INFO] [stdout] 269 |     let der = to_vec_der(&division).unwrap();
[INFO] [stdout]     |               ---------- ^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]     |               |
[INFO] [stdout]     |               required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout] help: the trait `facet_core::Facet<'_>` is not implemented for `Division`
[INFO] [stdout]    --> tests/mod.rs:240:1
[INFO] [stdout]     |
[INFO] [stdout] 240 | enum Division {
[INFO] [stdout]     | ^^^^^^^^^^^^^
[INFO] [stdout]     = help: the following other types implement trait `facet_core::Facet<'facet>`:
[INFO] [stdout]               `&'a T` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `&'a mut T` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `()` implements `facet_core::Facet<'_>`
[INFO] [stdout]               `(T0, T1)` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `(T0, T1, T2)` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `(T0, T1, T2, T3)` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `(T0,)` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `*const T` implements `facet_core::Facet<'a>`
[INFO] [stdout]             and 88 others
[INFO] [stdout] note: required by a bound in `to_vec_der`
[INFO] [stdout]    --> src/lib.rs:171:26
[INFO] [stdout]     |
[INFO] [stdout] 171 | pub fn to_vec_der<'f, F: Facet<'f>>(value: &'f F) -> Result<Vec<u8>, Asn1SerError> {
[INFO] [stdout]     |                          ^^^^^^^^^ required by this bound in `to_vec_der`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Division: facet_core::Facet<'_>` is not satisfied
[INFO] [stdout]    --> tests/mod.rs:279:30
[INFO] [stdout]     |
[INFO] [stdout] 279 |     let division: Division = deserialize_der(&der).unwrap();
[INFO] [stdout]     |                              ^^^^^^^^^^^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]     |
[INFO] [stdout] help: the trait `facet_core::Facet<'_>` is not implemented for `Division`
[INFO] [stdout]    --> tests/mod.rs:240:1
[INFO] [stdout]     |
[INFO] [stdout] 240 | enum Division {
[INFO] [stdout]     | ^^^^^^^^^^^^^
[INFO] [stdout]     = help: the following other types implement trait `facet_core::Facet<'facet>`:
[INFO] [stdout]               `&'a T` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `&'a mut T` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `()` implements `facet_core::Facet<'_>`
[INFO] [stdout]               `(T0, T1)` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `(T0, T1, T2)` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `(T0, T1, T2, T3)` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `(T0,)` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `*const T` implements `facet_core::Facet<'a>`
[INFO] [stdout]             and 88 others
[INFO] [stdout] note: required by a bound in `deserialize_der`
[INFO] [stdout]    --> src/lib.rs:988:31
[INFO] [stdout]     |
[INFO] [stdout] 988 | pub fn deserialize_der<'f, F: facet_core::Facet<'f>>(input: &[u8]) -> Result<F, Asn1DeserError> {
[INFO] [stdout]     |                               ^^^^^^^^^^^^^^^^^^^^^ required by this bound in `deserialize_der`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Division: facet_core::Facet<'_>` is not satisfied
[INFO] [stdout]    --> tests/mod.rs:286:26
[INFO] [stdout]     |
[INFO] [stdout] 286 |     let der = to_vec_der(&division).unwrap();
[INFO] [stdout]     |               ---------- ^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]     |               |
[INFO] [stdout]     |               required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout] help: the trait `facet_core::Facet<'_>` is not implemented for `Division`
[INFO] [stdout]    --> tests/mod.rs:240:1
[INFO] [stdout]     |
[INFO] [stdout] 240 | enum Division {
[INFO] [stdout]     | ^^^^^^^^^^^^^
[INFO] [stdout]     = help: the following other types implement trait `facet_core::Facet<'facet>`:
[INFO] [stdout]               `&'a T` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `&'a mut T` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `()` implements `facet_core::Facet<'_>`
[INFO] [stdout]               `(T0, T1)` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `(T0, T1, T2)` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `(T0, T1, T2, T3)` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `(T0,)` implements `facet_core::Facet<'a>`
[INFO] [stdout]               `*const T` implements `facet_core::Facet<'a>`
[INFO] [stdout]             and 88 others
[INFO] [stdout] note: required by a bound in `to_vec_der`
[INFO] [stdout]    --> src/lib.rs:171:26
[INFO] [stdout]     |
[INFO] [stdout] 171 | pub fn to_vec_der<'f, F: Facet<'f>>(value: &'f F) -> Result<Vec<u8>, Asn1SerError> {
[INFO] [stdout]     |                          ^^^^^^^^^ required by this bound in `to_vec_der`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0277, E0432.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `facet-asn1-legacy` (test "mod") due to 25 previous errors
[INFO] running `Command { std: "docker" "inspect" "bdea433fa6ee07b99557ce9494eb4b0816fb865054031e4e0a518860b05150f7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bdea433fa6ee07b99557ce9494eb4b0816fb865054031e4e0a518860b05150f7", kill_on_drop: false }`
[INFO] [stdout] bdea433fa6ee07b99557ce9494eb4b0816fb865054031e4e0a518860b05150f7
